object ItemPropertiesDialog: TItemPropertiesDialog Tag = 430 Left = 367 Top = 213 BorderStyle = bsDialog Caption = 'Item properties' ClientHeight = 178 ClientWidth = 272 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 257 Height = 121 Shape = bsFrame end object Label1: TLabel Tag = 431 Left = 20 Top = 24 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Tag = 432 Left = 20 Top = 48 Width = 35 Height = 13 Caption = 'Cluster:' end object Label3: TLabel Tag = 433 Left = 20 Top = 72 Width = 23 Height = 13 Caption = 'Size:' end object OKBtn: TButton Tag = 434 Left = 55 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Tag = 435 Left = 135 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object EditName: TEdit Left = 96 Top = 20 Width = 160 Height = 21 TabOrder = 2 end object EditCluster: TEdit Left = 96 Top = 44 Width = 160 Height = 21 TabOrder = 3 end object EditSize: TEdit Left = 96 Top = 68 Width = 160 Height = 21 TabOrder = 4 end end